home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’97
/
Warrior’s Progress
/
source code
/
Source
/
Libraries
/
Keyboard
/
Keyboard Messages
/
FunctionKeyMessage.cp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-06-28
|
340 b
|
18 lines
|
[
TEXT/CWIE
]
// FunctionKeyMessage.cp
#ifndef FunctionKeyMessage_h
#include "FunctionKeyMessage.h"
#endif
#ifndef Commander_h
#include "Commander.h"
#endif
#ifndef FunctionKeys_h
#include "FunctionKeys.h"
#endif
void FunctionKeyMessage::Send() const
{
if ( !Commander<FunctionKeys>::Null() )
Commander<FunctionKeys>()->FunctionKey( number );
}